Dynamicweb 8 Documentation
DeleteOptionsByIDs(IEnumerable<Int32>) Method

A collection of option IDs.
Deletes the given list of options and clears the cache afterwards.
Syntax
'Declaration
 
Public Overloads Shared Sub DeleteOptionsByIDs( _ 
   ByVal ids As IEnumerable(Of Integer) _ 
) 
public static void DeleteOptionsByIDs( 
   IEnumerable<int> ids 
)

Parameters

ids
A collection of option IDs.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionids is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GroupFilterOption Class
GroupFilterOption Members
Overload List

Send Feedback